home *** CD-ROM | disk | FTP | other *** search
-
- /*
- ** Source file : CustomMenuPalette.h
- ** Created by : gideon@berd
- ** Created on : Fri Sep 8 09:36:00 NZST 1995
- ** RCS File : $Source: /Ramoth/Black.Albatross/CVS/CustomMenu/CustomMenuPalette.h,v $
- ** Last modified : $Date: 1995/09/10 22:38:02 $
- ** Last modified by : $Author: gideon $
- ** Current Revision : $Revision: 1.1.1.1 $
- */
-
- #import <apps/InterfaceBuilder.h>
-
- @interface CustomMenuPalette:IBPalette
- {
- id customMenuButton;
- id draggableMenuObject;
- }
-
- - (const char *)version;
- - finishInstantiate;
-
- @end
-